|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This factory is used to create the OraNormalizeTransform object.
| Method Summary | |
OraNormalizeTransform |
create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView)Creates a normalization transform with the system default normalization type. |
OraNormalizeTransform |
create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, OraNormalizeType normalizeType, java.lang.Integer roundingNumber)Creates a normalization transform that uses the specified normalization type and rounding number. |
OraNormalizeTransform |
create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, java.lang.String inputNormalizationDefinitionTable)Creates a normalzation transform that uses specified normalization definitions as input for performining normalization. |
| Method Detail |
public OraNormalizeTransform create(java.lang.String inputDataURI,
java.lang.String outputDataURI,
boolean isOutputAsView)
throws javax.datamining.JDMException
inputDataURI - uri of the input tableoutputDataURI - uri of the output view or tableisOutputAsView - falg to indicate the output is a view or tablejavax.datamining.JDMException - if OraNormalizeTransform can not be created
public OraNormalizeTransform create(java.lang.String inputDataURI,
java.lang.String outputDataURI,
boolean isOutputAsView,
java.lang.String inputNormalizationDefinitionTable)
throws javax.datamining.JDMException
inputDataURI - uri of the input tableoutputDataURI - uri of the output view or tableisOutputAsView - falg to indicate the output is a view or tableinputNormalizationDefinitionTable -javax.datamining.JDMException - if OraNormalizeTransform can not be created
public OraNormalizeTransform create(java.lang.String inputDataURI,
java.lang.String outputDataURI,
boolean isOutputAsView,
OraNormalizeType normalizeType,
java.lang.Integer roundingNumber)
throws javax.datamining.JDMException
inputDataURI - uri of the input tableoutputDataURI - uri of the output view or tableisOutputAsView - falg to indicate the output is a view or tablenormalizeType - type of normalizationroundingNumber - values rounding number to be usedjavax.datamining.JDMException - if OraNormalizeTransform can not be created
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||